home *** CD-ROM | disk | FTP | other *** search
/ Precos 4.97 Computer 2000 / Precos 4.97 Computer 2000.iso / pc / info / 5network / 3com / demos / msh / 3d.dir / 00132_Script_132 < prev    next >
Text File  |  1995-11-29  |  229b  |  13 lines

  1. on exitFrame
  2.   global roll
  3.   if roll=1 then
  4.     set the timer =0
  5.     repeat while the timer<300
  6.       put 12 into gh
  7.     end repeat
  8.     go to frame "rs3" of movie "3a.dir"
  9.   else
  10.     go to the frame +1
  11.   end if
  12.   
  13. end